projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab148c0
)
Cosmetics
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 13 May 2020 12:11:41 +0000
(08:11 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 13 May 2020 12:11:50 +0000
(08:11 -0400)
gtk/gtkpopover.c
patch
|
blob
|
history
diff --git
a/gtk/gtkpopover.c
b/gtk/gtkpopover.c
index 8a0d3e9e3dd2a217ce0a2a41964b284dcdce93b0..44799a008c6a3d90e46813d9df98feca8bfcc030 100644
(file)
--- a/
gtk/gtkpopover.c
+++ b/
gtk/gtkpopover.c
@@
-1900,7
+1900,7
@@
gtk_popover_buildable_add_child (GtkBuildable *buildable,
const gchar *type)
{
if (GTK_IS_WIDGET (child))
- gtk_popover_set_child (GTK_POPOVER(buildable), GTK_WIDGET (child));
+ gtk_popover_set_child (GTK_POPOVER
(buildable), GTK_WIDGET (child));
else
parent_buildable_iface->add_child (buildable, builder, child, type);
}